Skip to main content

AllowedConfigurations

AllowedConfigurations : {allowColumnConditionalFormatting?: boolean , allowColumnNumberFormatting?: boolean , allowGradientColoring?: boolean , allowMeasureNamesAndValues?: boolean }

Configuration for allowing or disallowing specific TS UI features.

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/main/custom-chart-context.ts#L73

Parameters

allowColumnConditionalFormatting

allowColumnConditionalFormatting: boolean

Optional

Allows conditional formatting at the column level. This allows users to apply rules that visually highlight or differentiate data.

allowColumnNumberFormatting

allowColumnNumberFormatting: boolean

Optional

Allows column-level number formatting.

allowGradientColoring

allowGradientColoring: boolean

Optional

Allows Gradient coloring at the column level.

allowMeasureNamesAndValues

allowMeasureNamesAndValues: boolean

Optional

Enables measure_name and measure_values in the chart configuration.